Add a missing semicolon to the hello world program in the docs.
authorjbranchaud <jbranchaud@gmail.com>
Tue, 2 Dec 2014 02:09:44 +0000 (20:09 -0600)
committerjbranchaud <jbranchaud@gmail.com>
Tue, 2 Dec 2014 02:09:44 +0000 (20:09 -0600)
commitacd2560eee578d287effa29d4c0b176b6190131e
treeb9734d23707fd9242535081b9620b6608a2d2fa8
parentda789a6b4b4cd85aee65ed8f7e99e65de7a3d200
Add a missing semicolon to the hello world program in the docs.

Both the `index.md` and `guide.md` files show the hello world program source
(generated by `cargo new`) without a semicolon (`;`) at the end of the
`println!` line. The file generated by `cargo new` does and should have a
semicolon. This commit brings the docs in sync with the generated code.
src/doc/guide.md
src/doc/index.md